home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cweb31.zip / CTANG-PC.CH < prev    next >
Text File  |  1993-11-19  |  857b  |  24 lines

  1. This is the change file for CWEB's CTANGLE under DOS
  2. (Contributed by Lee Wittenberg, March 1993)
  3.  
  4. Changes necessary for compiling with Borland C/C++
  5. Use compilation switches -mc -w-pro -Ff=5000
  6.  
  7. Note: The changes to section 4 are not necessary if using a compiler
  8. that allows >64K arrays.
  9.  
  10. @x section 1
  11. @d banner "This is CTANGLE (Version 3.1)\n"
  12. @y
  13. @d banner "This is CTANGLE (Version 3.1pc)\n"
  14. @z
  15. @x section 4
  16. @d max_bytes 90000 /* the number of bytes in identifiers,
  17.   index entries, and section names; used in |"common.w"| */
  18. @d max_toks 270000 /* number of bytes in compressed \CEE/ code */
  19. @y (note that CWEAVE itself needs only about 42K toks)
  20. @d max_bytes (unsigned)60000 /* the number of bytes in identifiers,
  21.   index entries, and section names; used in |"common.w"| */
  22. @d max_toks (unsigned)60000 /* number of bytes in compressed \CEE/ code */
  23. @z
  24.